From 4b3f5b6789510a10a5eeee489ebe86a8ffaeafe0 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:16:22 -0600 Subject: [PATCH] bump qt build from 6.5.2 to 6.5.3 (#1185) --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 353a38760..31ad8eced 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,7 +33,7 @@ jobs: GENERATOR: 'Ninja' RELEASE: true os: macos-12 - - QT_VERSION: '6.5.2' + - QT_VERSION: '6.5.3' XCODE_VERSION: '14.2' GENERATOR: 'Ninja' RELEASE: false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0a086dc5a..4a5a69411 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -60,7 +60,7 @@ jobs: GENERATOR: 'Visual Studio 17 2022' RELEASE: false os: windows-latest - - QT_VERSION: '6.5.2' + - QT_VERSION: '6.5.3' ARCH: 'amd64' HOST_ARCH: 'amd64' COMPILER: 'msvc2019_64' -- 2.30.2